type errors.errorString

3 uses

	errors (current package)
		errors.go#L65: 	return &errorString{text}
		errors.go#L69: type errorString struct {
		errors.go#L73: func (e *errorString) Error() string {